object frmEditShellAssoc: TfrmEditShellAssoc Left = 434 Top = 332 BorderStyle = bsDialog Caption = 'Shell association' ClientHeight = 119 ClientWidth = 301 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblExtension: TLabel Left = 67 Top = 16 Width = 46 Height = 13 Alignment = taRightJustify Caption = 'Extension' end object EdFileExt: TEdit Left = 120 Top = 12 Width = 68 Height = 21 TabOrder = 0 OnChange = EdFileExtChange end object chkDefaultOpen: TCheckBox Left = 24 Top = 48 Width = 265 Height = 17 Caption = 'chkDefaultOpen' TabOrder = 1 end object btnOk: TButton Left = 56 Top = 82 Width = 85 Height = 25 Caption = 'btnOk' Default = True Enabled = False ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 154 Top = 82 Width = 87 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 3 end end